home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000334_tim@maths.tcd.ie_Thu Feb 24 19:31:10 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA14079
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 24 Feb 1994 19:31:10 -0500
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa17562; 24 Feb 94 23:44 GMT
  5. Subject: Re: compilation help
  6. To: tex-k@cs.umb.edu
  7. Date: Thu, 24 Feb 1994 23:44:33 (GMT)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. In-Reply-To: <9402241741.AA03982@cesdis2.gsfc.nasa.gov> from "Arun Saxena" at Feb 24, 94 12:41:16 pm
  10. X-Mailer: ELM [version 2.4 PL21]
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=US-ASCII
  13. Content-Transfer-Encoding: 7bit
  14. Content-Length: 551       
  15. Message-Id:  <9402242344.aa02532@hamilton.maths.tcd.ie>
  16.  
  17. > I get the following error when trying to run make in the 
  18. > /usr/include/sys/types.h:54: `size_t' previously declared here
  19.  
  20. I think this is probably due to an old version of gcc.
  21. The latest couple of versions make a better job
  22. of checking through header files.
  23.  
  24. If you don't want to get a newer gcc,
  25. you may get away with it if you compile with -D_SIZE_T .
  26. One of the conflicting definitions of size_t
  27. will probably be #ifdef'ed out by this.
  28. (Or just comment out one of the header files in question --
  29. I doubt if they are both needed.)
  30.  
  31.  
  32. Tim
  33.